home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / syn.exe / 0 / RCDATA / TENCODINGDIALOG / TENCODINGDIALOG.txt
Text File  |  2004-02-29  |  1KB  |  74 lines

  1. object EncodingDialog: TEncodingDialog
  2.   Left = 394
  3.   Top = 223
  4.   BorderStyle = bsDialog
  5.   Caption = 'Character Encoding'
  6.   ClientHeight = 94
  7.   ClientWidth = 290
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 63
  23.     Height = 13
  24.     Caption = 'Convert &from:'
  25.     FocusControl = cboFrom
  26.   end
  27.   object Label2: TLabel
  28.     Left = 8
  29.     Top = 48
  30.     Width = 52
  31.     Height = 13
  32.     Caption = 'Convert &to:'
  33.     FocusControl = cboTo
  34.   end
  35.   object cboFrom: TComboBox
  36.     Left = 8
  37.     Top = 24
  38.     Width = 185
  39.     Height = 21
  40.     Style = csDropDownList
  41.     ItemHeight = 13
  42.     TabOrder = 0
  43.   end
  44.   object cboTo: TComboBox
  45.     Left = 8
  46.     Top = 64
  47.     Width = 185
  48.     Height = 21
  49.     Style = csDropDownList
  50.     ItemHeight = 13
  51.     TabOrder = 1
  52.   end
  53.   object btnCancel: TCorelButton
  54.     Left = 208
  55.     Top = 40
  56.     Width = 75
  57.     Height = 23
  58.     Cancel = True
  59.     Caption = 'Cancel'
  60.     ModalResult = 2
  61.     TabOrder = 3
  62.   end
  63.   object btnOK: TCorelButton
  64.     Left = 208
  65.     Top = 8
  66.     Width = 75
  67.     Height = 23
  68.     Caption = 'OK'
  69.     Default = True
  70.     ModalResult = 1
  71.     TabOrder = 2
  72.   end
  73. end
  74.